-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Quarkus codestart support #356
base: main
Are you sure you want to change the base?
Conversation
metacosm
commented
Jun 1, 2022
- feat: add initial support for codestart
- refactor: move IT tests in the core module where they should be
- chore: remove unused classes
- feat: add initial code for generation
- chore(tests): add codestart test
Looks good so far, except i saw a snapshot version for the codestart in the test. Something will have to be done about that, I suppose. |
That's actually a pain… without specifying the version, this doesn't work. Ideally, we wouldn't need to specify the version and the codestart would automatically use the same version as the project. |
To workaround it, in the meantime, you could pass a system property containing the project version from the surefire/failsafe config. |
This is already done but it will need to wait for 1.10: Until then: |